Welcome![Sign In][Sign Up]
Location:
Search - source knapsack

Search list

[AI-NN-PRknapsack

Description: 用GAlib库实现的解决0/1背包问题的遗传算法程序源代码。- Solution 0/1 knapsack question heredity algorithm procedure source code realizes which with the GAlib storehouse.
Platform: | Size: 3072 | Author: 应伟勤 | Hits:

[Mathimatics-Numerical algorithmssaa

Description: 使用模拟退火算法解0-1背包问题MATLAB源代码-using simulated annealing Xie 0-1 knapsack problem MATLAB source code
Platform: | Size: 1024 | Author: 林鑫 | Hits:

[Mathimatics-Numerical algorithmsgreedy

Description: 使用贪婪算法 解决0-1背包问题MATLAB源代码-greedy algorithm used to solve 0-1 knapsack problem MATLAB source code
Platform: | Size: 1024 | Author: 林鑫 | Hits:

[CSharpknapGa

Description: 用C#开发的用遗传算法求解0-1背包问题的源代码。-C# development of the genetic algorithm 0-1 knapsack problem's source code.
Platform: | Size: 5120 | Author: 流程 | Hits:

[Data structs01package

Description: 背包问题优先队列分枝限界算法 所谓的背包问题,可以描述如下:一个小偷打劫一个保险箱,发现柜子里有N类不同大小与价值的物品,但小偷只有一个容积为M的背包来装东西,背包问题就是要找出一个小偷选择所偷物品的组合,以使偷走的物品总价值最大。这个问题的求解有很多种方法,本程序使用分枝限界法求解。-knapsack problem Branch and Bound priority queue algorithm called knapsack problem can be described as follows : a thief robbed a safe, found N closets, a different type size and value of the items, but the thieves only one volume of M backpack to hold things. knapsack problem is to identify a thief stole items chosen by the portfolio, so that stolen goods worth largest. Solving this problem is many ways, the procedures used Branch and Bound method.
Platform: | Size: 238592 | Author: 王涛 | Hits:

[DocumentsbasicAlgorithm(pascal)

Description: 基本算法正稿 包括:一、数论算法;二、图论算法;三、背包问题;四、排序算法;五、高精度计算;六、 树的遍历;七 进制转换;八 全排列与组合的生成;九.查找算法;十、贪心;十一、回溯法框架;十二、DFS框架;十三、BFS框架;十五、数据结构相关算法 -Following is the basic algorithm include: number theory algorithm Second, graph theory algorithm III knapsack problem four, sorting algorithm five, high-precision calculation six, tree traversal seven hexadecimal conversion eight wide array and combination generation 9. Search algorithm 10, greed 11, backtracking framework 12, DFS framework 13, BFS framework 15, data structure-correlation algorithm
Platform: | Size: 14336 | Author: oh204 | Hits:

[CSharpKnapsack

Description: Knapsack 0-1背包问题实现源码 Knapsack 0-1背包问题实现源码-Knapsack 0-1 knapsack problem to achieve source Knapsack 0-1 knapsack problem to achieve source
Platform: | Size: 1024 | Author: chen | Hits:

[Windows Developnangong1

Description: 很方便解决背包问题的好源码相信会给大家带来方便 -Very convenient to solve knapsack problem a good source I believe will bring convenience to everyone
Platform: | Size: 20480 | Author: 付梅彦 | Hits:

[Data structs01knapsack

Description: 01背包问题的C++源程序,写的比较简单-01 knapsack problem C++ Source code, written in relatively simple
Platform: | Size: 49152 | Author: sandy chen | Hits:

[Crack HackGA

Description: 基于遗传算法的背包问题求解,有基本的说明和代码 其他人不需帐号就可自由下载此源码 -Based on genetic algorithms for solving knapsack problem, some basic instructions and code other people without accounts can download this free source
Platform: | Size: 1024 | Author: ZHANGWEN | Hits:

[AI-NN-PRSolving.the.01.Knapsack.Problem.with.Genetic.Algor

Description: 遗传算法求解01背包问题+实验报告+参考文献。如果你看了这个程序还是不能明白遗传算法的巧妙,那么还是不要再看这个问题了。-Genetic Algorithm for Knapsack Problem 01 experimental report references. If you read this procedure should not understand the genetic algorithm or clever, then it is better not to look at this issue.
Platform: | Size: 201728 | Author: gouyabin | Hits:

[Mathimatics-Numerical algorithmspackage

Description: 动态规划的背包问题,包括讲解,源代码还有详细的例证。-Dynamic programming knapsack problem, including explanations, there is a detailed source code examples.
Platform: | Size: 7168 | Author: sfsf | Hits:

[matlabKnapsack_Problems

Description: 背包类问题浅析和一些背包类问题的解答源程序。-Knapsack-type problem and some of the answers to questions backpack source category.
Platform: | Size: 36864 | Author: 晴天飞雪 | Hits:

[Data structsKnapsackProblem

Description: 0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.
Platform: | Size: 157696 | Author: 王若 | Hits:

[Otherknapsack

Description: 这个文件夹包含了0-1背包问题的源代码、可执行文件和上级报告。-This folder contains the 0-1 knapsack problem source code, executable files, and supervisor.
Platform: | Size: 154624 | Author: shizilong | Hits:

[OtherbeibaoPSO

Description: 这份源代码是用粒子群算法解决0/1背包问题,可以正常运行。-The source code is the particle swarm algorithm to solve 0/1 knapsack problem, it works.
Platform: | Size: 1024 | Author: 风暴 | Hits:

[OtherMixed-leapfrog-algorithm-to-solve-multi-knapsack-p

Description: 混合蛙跳算法解决多背包问题,此算法是在vs2005下编写,语法为基本的c语言(可以直接复制源码到vc中运行)-Mixed leapfrog algorithm to solve multi-knapsack problem, this algorithm is prepared in vs2005, the syntax for basic c language (can copy the source code to run vc)
Platform: | Size: 11092992 | Author: yangfei | Hits:

[AI-NN-PRKnapsack-problem

Description: 背包问题,用遗传算法解决,并在VC++环境下调试通过,得到正确结果,可供参考,源码C文件中有较详细的注释-Knapsack problem, using genetic algorithm, and in the VC++ debugging environment through, get the correct results, for reference, source C files in more detailed comments
Platform: | Size: 12288 | Author: paradise | Hits:

[Data structsKnapsack-problem

Description: 背包问题(Knapsack Problem)的解法源代码,修改参数即可使用-Knapsack Problem source code, modify the parameters can be used
Platform: | Size: 6144 | Author: aa | Hits:

[AlgorithmKnapsack-problem-based-on-GA

Description: 本文件含论文及源代码。论文首先介绍了基本遗传算法的基本原理、特点及其基本实现技术,接着针对背包问题,论述了遗传算法在编码表示和遗传算子(包括选择算子、交叉算子变异算子这三种算子)等方面的应用情况。并且结合背包问题实例,给出了具体的编码方法,运行参数,群体大小,最大迭代次数,以及合适的遗传算子。最后,简单说明了遗传算法在求解背包问题中的应用并对遗传算法解决背包问题的前景提出了展望。-The file containing the papers and source code. The paper first introduces the basic principles of the basic genetic algorithm, the characteristics of its basic implementation techniques, and then for the knapsack problem, discusses the genetic algorithm coded representation and genetic operators (including selection operator, crossover operator mutation operator three count sub), and other aspects of the application. And the combination of an instance of the knapsack problem, given specific encoding method, operating parameters, population size, maximum number of iterations, and appropriate genetic operators. Finally, a brief description of the genetic algorithm Knapsack problem and genetic algorithm to solve the knapsack problem prospects prospect.
Platform: | Size: 420864 | Author: 李海波 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net